.client {
  display: block;
  width: 100%;
  height: 800px;
  background: url('../../images/hzkh.jpg') no-repeat;
  background-size: cover;
}
.client .left {
  height: 800px;
  padding-left: 12.5%;
  background: url('../../images/hzqy.png') no-repeat center center;
  background-position: 0 -52px;
  display: flex;
  align-items: center;
}
.client .left .title {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.client .left .desc {
  width: 70%;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}
.client .left .liner {
  width: 30%;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
  margin: 41px 0;
}
.clientM {
  display: none;
}
